home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / wired movies and sprites / qtsprites / readme - qtsprites < prev   
Encoding:
Text File  |  2000-06-23  |  952 b   |  20 lines

  1. README - QTSprites
  2.  
  3. This sample code creates a sprite movie containing a sprite track.
  4. The sprite track contains three sprites: a space ship, an icon, and a
  5. world. Optionally, the track also contains a fourth sprite, a background
  6. picture. The space ship and icon move about as the sprite movie plays.
  7. See the file QTSprites.c for further details.
  8.  
  9. This sample code also shows how to test for mouse clicks ("hits") on a
  10. sprite. Open a movie containing a sprite track and then click on a sprite;
  11. its visibility state is toggled between visible and invisible. 
  12.  
  13. For Windows builds using Microsoft Visual C++, the Makefile (QTSprites.mak)
  14. automatically calls Rez to create the resource file QTSprites.qtr from the
  15. input file QTSprites.r. The .qtr file must reside in the same directory as the
  16. application QTSprites.exe. For final delivery of your product, you should
  17. insert the .qtr file into the .exe file by using the tool RezWack.
  18.  
  19. Enjoy,
  20. QuickTime Team